home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto08.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  140 b   |  10 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     puppetSound(0)
  6.     puppetSound("A08-3Vx.wav")
  7.     go("pane3")
  8.   end if
  9. end
  10.